﻿#mdA {
	overflow-x: scroll;
}

#mdA table,
#mdA table td,
#mdA table th {
	border: 1px solid #999999;
	border-collapse: collapse;
	padding-left: 5px;
	text-align: center;
	font-size: 16px;
	line-height: 30px;
}

#mdA table td p {
	font-size: 16px;
	padding: 0.5rem 0;
}

#mdA table {
	width: 100%;
}

#mdA table tr:nth-child(1) td p {
	font-weight: 600;
	font-size: 18px;
}

#mdA table tr td:nth-child(2) {
	width: 100px;
}

#mdA tr:nth-child(2n) {
	background: #efefef;
}

#mdA tr td:nth-child(1) {
	background: #dedede;
}

@media (max-width: 768px) {

	#mdA {
		overflow-x: scroll;
		line-height: 1.35rem;
	}
	
	#mdA table tr:nth-child(1) td p {
		font-weight: 600;
		font-size: 14px;
	}

	#mdA table td p {
		font-size: 12px;
		padding: 0.5rem 0;
	}

	#mdA tr:nth-child(2n) {
		background: #efefef;
	}

	#mdA tr td:nth-child(1) {
		background: #dedede;
	}
}





.page-num:not(:disabled) {
	cursor: pointer;
}

.page-num,
.page-link {
	position: relative;
	display: block;
	padding: 10px 20px;
	line-height: 1.25;
	color: #484848;
	background-color: #fff;
	border: 1px solid #dee2e6;
	margin-right: 10px;
	font-size: 16px;
}

a.page-num:hover,
.page-link:hover {
	text-decoration: none;
	color: #fff;
	background-color: #009a44;
}

.page-num-current {
	z-index: 1;
	color: #fff;
	background-color: #009a44;
	border-color: #009a44;
}

a.page-num-current {
	color: #fff;

}

.page-num-current:hover {
	color: #fff;
}


.pages {
	min-height: auto;
	text-align: center;
	margin: 20px auto 0;
}


@media only screen and (max-width: 576px) {
	.page-num {
		display: none;
	}

	.head-sm-height {
		height: 61px !important;
	}
}


.justify-content-center {
	-ms-flex-pack: center !important;
	justify-content: center !important;
}


.pagination {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: 0.25rem;
	margin: 0px auto;
}


.page-link {
	position: relative;
	display: block;
	/* padding: 0.5rem 0.75rem; */
	/* margin-left: -1px; */
	line-height: 1.25;
	/*color: #009a44;*/
	background-color: #fff;
	border: 1px solid #dee2e6;
	margin-right: 10px;
}

.page-link:hover {
	z-index: 2;
	text-decoration: none;
	color: #fff;
	background-color: #009a44;
	border-color: #009a44;
}

.page-link:focus {
	z-index: 2;
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.25);
}

.page-link:not(:disabled):not(.disabled) {
	cursor: pointer;
}

.page-item:first-child .page-link {
	margin-left: 0;
	border-top-left-radius: 0.25rem;
	border-bottom-left-radius: 0.25rem;
}

.page-item:last-child .page-link {
	border-top-right-radius: 0.25rem;
	border-bottom-right-radius: 0.25rem;
}

.page-item.active .page-link {
	z-index: 1;
	color: #fff;
	background-color: #009a44;
	border-color: #009a44;
	font-size: 18px;
}

.page-item.disabled .page-link {
	color: #fff;
	pointer-events: none;
	cursor: auto;
	background-color: #009a44;
	border-color: #009a44;
}






/*上下页*/
.nyrbc7 {
	padding: 25px 0 0px 5px;
	text-align: left;
}

.nyrbc7 ul {
	line-height: 25px;
}

.nyrbc7 ul li {
	margin-bottom: 10px;
	color: #999999;
}

.nyrbc7 ul li a:link {
	font-size: 16px;
	color: #636363;
	text-decoration: none;
}

.nyrbc7 ul li a:visited {
	font-size: 16px;
	color: #636363;
	text-decoration: none;
}

.nyrbc7 ul li a:hover {
	font-size: 16px;
	color: #636363;
	text-decoration: none;
}

.nyrbc7 ul li span {
	background-color: #7F7F7F;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: center;
	color: #FFFFFF;
	margin-right: 5px;
}